home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 30 / PC Gamer IT CD 30 1-2.iso / MEDIA / Net.dxr / Internal_60.ls < prev    next >
Encoding:
Text File  |  1998-03-03  |  528 b   |  23 lines

  1. on prepareFrame
  2.   set the blend of sprite 30 to 40
  3.   set the blend of sprite 32 to 40
  4.   set the blend of sprite 34 to 40
  5.   set the blend of sprite 36 to 40
  6.   updateStage()
  7. end
  8.  
  9. on exitFrame
  10.   pointCursor(31)
  11.   pointCursor(33)
  12.   pointCursor(35)
  13.   pointCursor(37)
  14.   set the visible of sprite 31 to rollOver(30)
  15.   set the visible of sprite 33 to rollOver(32)
  16.   set the visible of sprite 35 to rollOver(34)
  17.   set the visible of sprite 37 to rollOver(36)
  18. end
  19.  
  20. on pointCursor spriteNum
  21.   set the cursor of sprite spriteNum to 280
  22. end
  23.